
/*---product detail star--------------------------*/

.productbg{
	width: 1025px;
    height:1800px;
    /* background-color:red; */
    margin: 10px auto;
   display: flex;
}
.productdetile{
	width: 750px;
    height:1800px;
    background-color:white;
    padding:0px 0px 0px 10px; 
    color:#1e4b61;
}

.productfinder{
	width: 350px;
    height:1800px;
    background-color:lightgrey;
	padding-left: 10px;
}
.results-section{
    width:664px;
    height:1547px;
    background-color:white;
    padding:0px 13px 0px 12px; 
    overflow:auto;
    color:#1e4b61;
}
.populer-product-1{
    width: 1025px;
    height: auto;
    background-color:white;
    margin: 10px auto;
    
}
.pop-pro-flex{
    width: 1025px;
    height:330px;  
    background-color:white;
     display:flex;
}
.title-1{
  width: 1014px;
  height: 40px;
  background-color: #1e4b61;
  margin: 10px auto;
  color: white;
  line-height: 40px;
  padding-left: 10px;

}
.item4{
  margin-left: 15px;
  width: 185px;
  height: 300px;
  background-color: white;
  border: 1px solid lightgray;
  box-shadow: 0px -1px 3px -1px red;   
}
.item4 img {
  height: 100px !important;
  width: 86px !important;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-left: 43px;
}
 
.product-name{
	margin-left:15px; 
	width:150px;
	height:50px;
}
.product-name a{
	text-decoration:none;
	color:gray;
	font-size:14px;
}
.product-name a:hover{
	color:red;
}
.c-name-c{
	width:150px;
	height:70px;
}	
.product-price{
	color:red;
	margin-left:25px;
	margin-top:10px;
	font-size:18px;
	 
}	
.old-price{
	color:gray;
	font-size:12px;
 
}
.product-opt {
  
 
}
.product-opt ul{
   text-align: center;
	list-style: none;
}
.product-opt-ul{
    margin-left:1px;
}
.product-opt-li{
    padding:5px;
    margin-left: 5px;
}
.p-opt-c{
	margin-left: 12px;
}

/*-------------------------------------------------*/

.f-product {
	width: 100%;
	max-width: 600px;
	 
  }
.f-product h2{
  background-color: #1e4b61;
  height: 40px;
  width: 315px;
  color: white;
  line-height: 40px;
  margin-left: -8px;
  padding-left: 8px;
}  
#price-slider {
    margin: 20px 0;
	margin-left: 34px;
 }
.slider-bg{
 
	 height:90px;
 }
   .price-inputs {
            display: flex;
            gap: 10px;
            width: 301px; 
           margin-bottom: 20px;
        }
        .price-inputs input {
            flex: 1;
            border: 1px solid #ddd;
            border-radius: 4px;
            width: 0;
            height: 30px;
            font-size: 17px;
            color: #887c7c;
        }
 .filter-btn{
	 background-color:red;
	 border:none;
	 height:30px;
	 width:100px;
	 cursor:pointer;
	 color:white;
	 border-radius:5px;
	 margin-left:30px;
	 margin-bottom: 15px;
}

 .filter-btn:hover{
	 background-color:#1e4b61;
 }
    .checkbox-group {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        .checkbox-group label {
            display: flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            font-size: 19px;
        }
 .Price-Range-link{
  height: 255px;
  color: #1e4b61;
  font-weight: bolder;
  font-size: large;
 }
.Price-Range-link input{
	cursor:pointer; 
  }
 .price-shortcuts button{
    text-decoration: none;
    color: #1e4b61;
    cursor: pointer;
    height: 25px;
    width: 235px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 5px;
    background-color: #c8c8c8;
    font-size: 14px;
    font-weight: bold;
    border:1px solid;
    margin-left: 33px;
    
 }
  .price-shortcuts button:hover{
   color:red;
   background-color: #1e4b61;
 }
 .Brands{
  height: 400px;
  color: #1e4b61;
  font-weight: bolder;
  font-size: large;
 }
.Brands input{
	cursor:pointer; 
  }
 .ram{
  height:230px;
  color: #1e4b61;
  font-weight: bolder;
  font-size: large;
  }
  .ram input{
	cursor:pointer;  
  }
   .storage{
  height: 200px;
  color: #1e4b61;
  font-weight: bolder;
  font-size: large;
  }
  .storage input{
	cursor:pointer;  
  }
     .battery{
  height: 150px;
  color: #1e4b61;
  font-weight: bolder;
  font-size: large;
  }
  .battery input{
	cursor:pointer;  
  }
  
.productdetile ul {
    list-style-type: none;
    color: #1e4b61;;
    padding: 0;
  }
.productdetile li {
    display: flex;
    align-items: center;
	padding: 10px;
    border-bottom: 1px solid #ddd;
  }
.filter-pro img {
    max-width: 50px;
	margin-right: 10px;
	 
        }
.product-info {
    display: flex;
    flex-direction: column;
        }
.product-info a {
  color: #FFF;
  text-decoration: none;
  background-color: #1e4b61;
  height: 28px;
  width: 377px;
  line-height: 28px;
  padding-left: 10px;
  border-radius: 4px;
  font-size:15px;
        }
.product-info a:hover {
 color:red;
 }
 .product-info h4 {
   color: #FFF;
  text-decoration: none;
  background-color: #1e4b61;
  height: 28px;
  width: 377px;
  line-height: 28px;
  border-radius: 4px;
  font-size: 15px;
        }
.noUi-target {
	 background:#3FB8AF;
	 border-radius:4px;
	 border:1px solid #D3D3D3;
	 box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
	 width: 246px;
	 margin-left:15px;
}
.noUi-connect {
	background: #1e4b61;
}
.noUi-touch-area {
	height: 100%;
	width: 100%;
	background-color: red;
	cursor:pointer;
}
.fatch-img{
  width:100px;
  height:auto;
  margin-right:15px;
}
.prisespan{
  color: red;
  font-size: larger;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
/*<--------------this is brand slider-------------------------------->*/
.top-brand{  
	width: 691px;
	height: 173px;
    background-color:white;
    margin-top: -18px;
    
}
 .title{
  width: 684px;
  height: 40px;
  background-color: #1e4b61;
  color: white;
  line-height: 40px;
  padding-left: 9px;
  margin-left: -2px;
	 
 } 
.wrapper{
	width:98%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	border-bottom: 1px solid #d7d7d7;
	 
}
.item5{
	height:50px;
    
}
.item5 img{
 margin-top:15px;
 height: 32px;
 width: 129px;
 object-fit: fill;
}

.owl-carousel .owl-dots{
 display:none;
	
}
.owl-carousel .owl-nav .owl-prev .owl-next{
	background-color:red;
	color:green;
	height:100px;
	width:50px;
}
.owl-theme .owl-nav {
	 
     float:right;
	 width:80px;
	 color:white;
	 border-radius:5px;
     margin-right:15px;
	
}
 
.owl-theme .owl-nav .owl-prev {
 
	height:30px;
	width:30px;
	 
 
} 
 
.owl-theme .owl-nav .owl-next {
 
	height:30px;
	width:30px;
	 
	 
	
}
.owl-carousel .owl-nav .owl-next{
  
 height:30px;
 width:30px;
}
.owl-carousel .owl-nav .owl-prev{
 margin-right:500px;
 height:30px;
 width:30px;
}



/* <----------------customs Scrollbar----> */
::-webkit-Scrollbar{
	width:15px;
}
::-webkit-Scrollbar-track{
	background:#d1e5ff;
}
::-webkit-Scrollbar-thumb{
	background:linear-gradient(#fd118b,#0af0b2);
	border-radius:5px;
}
 